home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2006 November / PC för Alla 0611.iso / tema / sendfile.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-11-05  |  1.8 KB  |  42 lines

  1. ;InnoSetupVersion=4.1.0
  2. [Setup]
  3. AppName=Send File
  4. AppVerName=Send File 1.2
  5. AppId=Send File
  6. AppPublisher=Code Sector Inc.
  7. AppPublisherURL=http://www.codesector.com
  8. AppSupportURL=http://www.codesector.com
  9. AppUpdatesURL=http://www.codesector.com
  10. DefaultDirName={pf}\Send File
  11. DefaultGroupName=Send File
  12. UninstallDisplayIcon={app}\SendFile.exe
  13. UninstallDisplayName=Send File
  14. OutputBaseFilename=sendfile12
  15. Compression=zip
  16. PrivilegesRequired=none
  17. AllowNoIcons=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\SendFile,1.exe"; DestDir: "{app}"; DestName: "SendFile.exe"; Flags: ignoreversion 
  22. Source: "{app}\SendFile,2.exe"; DestDir: "{app}"; DestName: "SendFile.exe"; Flags: ignoreversion 
  23. Source: "{app}\SendFile.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  24. [INI]
  25. FileName: "{app}\Code Sector.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.codesector.com/"; 
  26. [Run]
  27. Filename: "{app}\SendFile.exe"; Description: "Launch Send File"; Flags: postinstall skipifsilent nowait
  28. [Icons]
  29. Name: "{group}\Send File"; Filename: "{app}\SendFile.exe"; 
  30. Name: "{group}\Uninstall Send File"; Filename: "{uninstallexe}"; 
  31. Name: "{userdesktop}\Send File"; Filename: "{app}\SendFile.exe"; Tasks: desktopicon; 
  32. Name: "{sendto}\Mobile Phone"; Filename: "{app}\SendFile.exe"; 
  33. Name: "{group}\Code Sector Products"; Filename: "{app}\Code Sector.url"; 
  34. [Tasks]
  35. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  36. [UninstallDelete]
  37. Type: files; Name: "{app}\Code Sector.url"; 
  38. [Languages]
  39. ; These files are stubs
  40. ; To achieve better results after recompilation, use the real language files
  41. Name: "default"; MessagesFile: "embedded\default.isl"; 
  42.